home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TUSERSELECTDLG / TUSERSELECTDLG.txt < prev   
Text File  |  2004-10-12  |  1KB  |  78 lines

  1. object UserSelectDlg: TUserSelectDlg
  2.   Left = 247
  3.   Top = 180
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select the Account'
  7.   ClientHeight = 137
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 20
  26.     Width = 43
  27.     Height = 13
  28.     Caption = '&Account:'
  29.     FocusControl = eUser
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 60
  34.     Width = 49
  35.     Height = 13
  36.     Caption = '&Password:'
  37.     FocusControl = ePassword
  38.   end
  39.   object eUser: TComboBox
  40.     Left = 112
  41.     Top = 16
  42.     Width = 153
  43.     Height = 21
  44.     Style = csDropDownList
  45.     ItemHeight = 13
  46.     TabOrder = 0
  47.   end
  48.   object ePassword: TEdit
  49.     Left = 112
  50.     Top = 56
  51.     Width = 153
  52.     Height = 21
  53.     PasswordChar = '*'
  54.     TabOrder = 1
  55.   end
  56.   object bOK: TButton
  57.     Left = 72
  58.     Top = 104
  59.     Width = 89
  60.     Height = 25
  61.     Caption = '&OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.     OnClick = bOKClick
  66.   end
  67.   object bCancel: TButton
  68.     Left = 176
  69.     Top = 104
  70.     Width = 89
  71.     Height = 25
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 3
  76.   end
  77. end
  78.